home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / 3rdparty / nostop.nov < prev    next >
Text File  |  1994-01-16  |  4KB  |  88 lines

  1. _________________________________________________________________
  2. -----------------------------------------------------------------
  3. THIS SECTION CONTAINS NOTICES AND TIPS SPECIFIC TO NOVELL SYSTEMS
  4. _________________________________________________________________
  5. -----------------------------------------------------------------
  6. ***NETWARE NETX.EXE BUG***
  7. The February 1993 issue of BULLETS (a Novell publication for
  8. developers) documents a bug in versions 3.26 and 3.31 of
  9. NETX.EXE which may affect you. It has to do with a
  10. failure to properly report an error when a file is accessed
  11. which has been locked by another user. No*STOP NETWORK will
  12. not make this problem worse, it will just mirror it.
  13. _________________________________________________________________
  14. -----------------------------------------------------------------
  15.         SETUP EXAMPLE FILES
  16. The following Novell-specific files and scripts are used in our laboratory
  17. when we test new versions. They are presented as examples for the new
  18. user of No*STOP NETWORK.
  19. *****************************************************************
  20. SHELL.CFG
  21. *****************************************************************
  22. If you are a Novell user and are having a problem with No*STOP
  23. NETWORK, the problem may lie within the SHELL.CFG file, or lack
  24. thereof. The SHELL.CFG listed below is the one we use with ALL
  25. Netware testing. It is by no means the only one that works, but
  26. you may find some useful hints in it. Remember, the SHELL.CFG
  27. must be in the same directory as IPX and NETx.
  28.  
  29.     SEARCH MODE=1
  30.     NETBIOS INTERNET=OFF
  31.     FILE HANDLES=100
  32.     EOJ=ON
  33.     CACHE BUFFERS=0
  34.     PREFERRED SERVER=NETWARE1
  35.         (use the name of your Primary Server here)
  36.     SHOW DOTS=ON
  37.     ENTRY STACK SIZE=40
  38.  
  39. *****************************************************************
  40. PRIMARY SERVER USER LOGIN SCRIPT
  41. *****************************************************************
  42. ATTACH NETWARE2/SUPERVISOR
  43. MAP F:=NETWARE1/SYS:
  44. MAP G:=NETWARE2/SYS:
  45. MAP INS S4:=NETWARE1/SYS:/PUBLIC
  46. MAP INS S5:=NETWARE2/SYS:/PUBLIC
  47.  
  48. *****************************************************************
  49. SECONDARY SERVER USER LOGIN SCRIPT
  50. *****************************************************************
  51. MAP F:=NETWARE2/SYS:
  52. MAP INS S4:=NETWARE2/SYS:/PUBLIC
  53.  
  54. Secondary Server login scripts are used only in the eventuality
  55. that the Primary Server crashes and is unavailable for use for an
  56. extended period. For more information, see "PREPARE FOR A CRASH!!!"
  57. and "USER CONTROL" in the Manual (edition eight).
  58. *****************************************************************
  59. For this example, system login scripts are assumed to be blank.
  60.  
  61. *****************************************************************
  62. NETWARE AND COMSPEC
  63. *****************************************************************
  64. If you have set COMPSPEC to find COMMAND.COM on a Netware volume,
  65. e.g., COMSPEC=F:\COMMAND.COM, and that server goes down, Netware will
  66. attempt to remap it to one of your local workstation drives, C: if you
  67. have a hard disk, A: if you do not.
  68.  
  69. If you are using diskless workstations, this can be a problem. There are
  70. three ways around this problem:
  71. 1.      If you have an A: floppy drive, run with a disk in it which
  72.     contains COMMAND.COM.
  73. 2.      If you have enough RAM, create a RAMdrive, D:, copy COMMAND.COM
  74.     to it and insert "SET COMSPEC=D:\COMMAND.COM" in your AUTOEXEC.BAT
  75.     or insert "COMSPEC D:\COMMAND.COM" in your login script.
  76. 3.      Or, normally the best solution, insert "SET COMSPEC=\COMMAND.COM"
  77.     in your AUTOEXEC.BAT. This will cause COMMAND.COM to be loaded from
  78.     the root of whatever the current drive is. You will need a copy of
  79.     COMMAND.COM at the root of each of the drives you use, so it can
  80.     always be found. In the case of a diskless workstation mirroring
  81.     from F: to G:, place a copy of COMMAND.COM at the root of both
  82.     F: and G:. Setting the COMSPEC this way must be done in the
  83.     AUTOEXEC.BAT file or from the DOS command line. Netware will not let
  84.     you do it in the login script. To use this method, the user must have
  85.     proper access priveleges (Trustee Directory Rights) to the path where
  86.     COMMAND.COM is stored.
  87. (C) 1989,90,91,92,93 NONSTOP NETWORKS LIMITED.
  88.